home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Online / opennap / Makefile_metaserver < prev    next >
Makefile  |  2001-06-08  |  932b  |  63 lines

  1. # This Makefile has been generated automatically
  2. # by GccOpts 1.3 (Rodrigo Reyes 1995) and is designed
  3. # to be used with GCC
  4. #
  5. # GccOpts is free software for Amiga.
  6. #
  7. # To compile, just type 'make' in your shell environment.
  8. #
  9.  
  10.  
  11. ##
  12. ## Please do NOT edit this file
  13. ##
  14.  
  15. #OUTP metaserver
  16. #CPU: 1
  17. #VER: 1.3
  18. #FPU: 0
  19. #OLV: 2
  20. #LNK: 0
  21. #PRJ: metaserver.c socket.o 
  22. #OPT: /0000/0000/00/000000000000000000/0000000/00000000000000000000000000000000000
  23.  
  24. .PHONY : all
  25. .PHONY : clean
  26.  
  27. # System configuration
  28. SHELL = gnu:bin/sh
  29.  
  30. # System environment
  31. CC = gcc
  32.  
  33. CODEGEN = -m68020 
  34.  
  35. OPTIMIZATION = -O2
  36.  
  37. OPTIONS = 
  38.  
  39. CFLAGS = $(CODEGEN) $(OPTIMIZATION) $(OPTIONS)
  40.  
  41.  
  42.  
  43. LIB = 
  44.  
  45. OBJ = metaserver.o 
  46.  
  47. ARCHIVE = socket.o 
  48.  
  49. metaserver: $(OBJ)
  50.     $(CC) $(CFLAGS) -o $@ $^ $(ARCHIVE) $(LIB)
  51.  
  52. all: clean metaserver
  53.  
  54. clean:
  55.     rm -f metaserver.o metaserver
  56.  
  57.  
  58. metaserver.o: metaserver.c confdefs.h extrasocket.h 
  59.  
  60.     $(CC) $(CFLAGS) $(INCL) -c metaserver.c
  61.  
  62. #END OF FILE#
  63.